CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - named pipe

搜索资源列表

  1. qq_chat

    0下载:
  2. the programe like QQ.Please run the programe named parent first,and build the child.Then you will chat between the parent and child. I use the pipe to achieve the communication .-the programe like QQ.Please run the progr named parent me first, an
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:184469
    • 提供者:yt
  1. CreateGUID

    0下载:
  2. 这里使用了两个Demo进行测试。其中HijackPipe.exe是服务端,他接受客户端PipeClient发送来的数据,对该客户权限进行模拟,并使用在控制台打印出当前进程的用户名。我们使HijackPipe.exe运行在普通账户aaa下,并使用Runas命令让客户端PipeClient运行在管理员权限-If a server via named pipes to communicate with a client, the server can use the Windows API funct
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1151035
    • 提供者:blacker
  1. PipeImpersonate

    0下载:
  2. 如果一个服务器通过命名管道与一个客户进行通信,则服务器可以使用Windows API函数ImpersonateNamedPipeClient来告诉SRM,他想要模仿该管道另一端的用户。服务器在模仿过程中要丢失某些安全凭证,反过来,服务器在模仿中也会获得一些新的安全凭证,从而达到提权的目的-If a server via named pipes to communicate with a client, the server can use the Windows API function I
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2137507
    • 提供者:blacker
  1. sniffer

    0下载:
  2. 利用该方法可以实现对管道敏感数据(如用户名密码等)的截获,但是在对原命名管道进行结束、干扰或使其无法接收数据方面,实现起来相对困难。-If a server via named pipes to communicate with a client, the server can use the Windows API function ImpersonateNamedPipeClient to tell the SRM, he wanted to imitate the other end
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-12
    • 文件大小:3022027
    • 提供者:blacker
  1. TestSEH

    0下载:
  2. 这里使用了两个Demo进行测试。其中HijackPipe.exe是服务端,他接受客户端PipeClient发送来的数据,对该客户权限进行模拟,并使用在控制台打印出当前进程的用户名。我们使HijackPipe.exe运行在普通账户aaa下,并使用Runas命令让客户端PipeClient运行在管理员权限下,然后进行连接-If a server via named pipes to communicate with a client, the server can use the Windows A
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1010281
    • 提供者:blacker
  1. guandaoyuxinhao

    0下载:
  2. 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:22450
    • 提供者:cqj
  1. TestNamePipe

    0下载:
  2. 管道通信的例子,有匿名管道也有命名管道,非常适合初学管道通信的开发者-Pipe communication examples, there are also anonymous pipes named pipes, pipe communication is very suitable for beginners developers
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:138428
    • 提供者:zhang
  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. NamedPipe

    0下载:
  2. 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用VC++6.0实现。文档中有详细介绍。(Communicating between two processes by named pipes, including reading content from the pipe and writing content to the pipe. Using VC++6.0 implementation. The document is described in detail.
  3. 所属分类:进程与线程

  1. 1927453

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-05
    • 文件大小:376832
    • 提供者:schedflu
  1. Desktop

    0下载:
  2. 利用linux C编写一个多用户——单一服务器模式的程序,用命名管道实现客户到服务器之间传递数据的操作。(Using Linux C to write a multi user single server mode program, using the named pipe to achieve data transfer between the client and server.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:小堕
  1. unyque

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-04-30
    • 文件大小:376832
    • 提供者:inteaackn
« 1 2 3 4 5 6»
搜珍网 www.dssz.com